home *** CD-ROM | disk | FTP | other *** search
/ CD Charme 1 / CD Charme 01.iso / mac / hybride / GLOWING / HOLO / SHARED.DIR / 00312_Script_312 < prev    next >
Text File  |  1994-12-08  |  292b  |  15 lines

  1. on setPath nextMovie
  2.   global root
  3.   if the machineType = 256 then
  4.     -- PC 
  5.     put the moviePath into root
  6.   else
  7.     -- a Mac
  8.     --put the moviePath into root
  9.     put "VRYOURS1:" into root
  10.   end if
  11.   
  12.   --put root & nextMovie into mypath
  13.   --go to movie mypath
  14. end setPath
  15.